home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: Parent Power
/
The Sunday Times - Parent Power.iso
/
pc
/
engine
/
search.swf
/
scripts
/
frame_113
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-11-04
|
379 b
|
21 lines
if(referrer == "search")
{
txtBackBtn.text = "BACK TO SEARCH";
btnBack.onPress = function()
{
school_summary_remove();
gotoAndStop("search");
play();
};
}
else
{
txtBackBtn.text = "BACK TO TABLES";
btnBack.onPress = function()
{
school_summary_remove();
gotoAndStop("tables_homepage");
play();
};
}